Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update all dependencies #121

Merged
merged 1 commit into from
Mar 25, 2024
Merged

Update all dependencies #121

merged 1 commit into from
Mar 25, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 21, 2023

Mend Renovate

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
gradle (source) minor 8.5 -> 8.7 age adoption passing confidence
gradle/gradle-build-action action major v2 -> v3 age adoption passing confidence
androidx.lifecycle:lifecycle-runtime-ktx (source) dependencies minor 2.6.2 -> 2.7.0 age adoption passing confidence
androidx.compose.material3:material3 (source) dependencies minor 1.1.2 -> 1.2.1 age adoption passing confidence
androidx.compose.ui:ui-test-manifest (source) dependencies minor 1.5.4 -> 1.6.4 age adoption passing confidence
androidx.compose.ui:ui-tooling (source) dependencies minor 1.5.4 -> 1.6.4 age adoption passing confidence
androidx.compose.ui:ui-test-junit4 (source) dependencies minor 1.5.4 -> 1.6.4 age adoption passing confidence
androidx.compose.ui:ui-tooling-preview (source) dependencies minor 1.5.4 -> 1.6.4 age adoption passing confidence
androidx.compose.ui:ui-graphics (source) dependencies minor 1.5.4 -> 1.6.4 age adoption passing confidence
androidx.compose.ui:ui (source) dependencies minor 1.5.4 -> 1.6.4 age adoption passing confidence
composeOptions (source) dependencies patch 1.5.7 -> 1.5.11 age adoption passing confidence
androidx.compose.runtime:runtime (source) dependencies minor 1.5.4 -> 1.6.4 age adoption passing confidence
org.jetbrains.kotlin.android (source) plugin patch 1.9.21 -> 1.9.23 age adoption passing confidence
com.android.library (source) plugin minor 8.2.0 -> 8.3.1 age adoption passing confidence
com.android.application (source) plugin minor 8.2.0 -> 8.3.1 age adoption passing confidence
com.vanniktech.maven.publish plugin minor 0.26.0 -> 0.28.0 age adoption passing confidence
androidx.wear.compose:compose-foundation (source) dependencies minor 1.2.1 -> 1.3.0 age adoption passing confidence
androidx.wear.compose:compose-material (source) dependencies minor 1.2.1 -> 1.3.0 age adoption passing confidence

Release Notes

gradle/gradle (gradle)

v8.7

Compare Source

v8.6

Compare Source

gradle/gradle-build-action (gradle/gradle-build-action)

v3

Compare Source

JetBrains/kotlin (org.jetbrains.kotlin.android)

v1.9.23: Kotlin 1.9.23

1.9.23
Apple Ecosystem
  • KT-65542 Cinterop tasks fails if Xcode 15.3 is used
Backend. Wasm
  • KT-64486 Kotlin/Wasm/WASI exported function callback for coroutines support
Compiler
  • KT-53478 Could not load module
  • KT-66044 JDK's new API is used over Kotlin's SDK functions
  • KT-64640 Prevent mutating SequenceCollection methods from JDK 21 be available on read-only collections
  • KT-65441 K1: Remove JDK 21 getFirst()/getLast() in (Mutable)List interfaces
  • KT-65634 K/N: data race during monolithic cache creation
  • KT-53109 CompilationErrorException generateUnboundSymbolsAsDependencies with builder inference and lambdas
  • KT-52757 Type inference for builders fails if inferred from a function
Tools. Gradle
  • KT-65792 Add JSON build report
  • KT-65091 Update compiler metrics in build reports
  • KT-62490 KGP dropping resource directories
Tools. Gradle. JS
  • KT-64119 K/JS: Migrate package manager from Yarn onto NPM
  • KT-64561 K/JS tests are not executed after upgrade to 1.9.22
Tools. Gradle. Multiplatform
  • KT-65954 commonTest dependencies affect commoMainMetadata compilation
Tools. Gradle. Native
  • KT-64573 Default value for produceUnpackedKlib was not provided

v1.9.22

JavaScript
  • KT-63719 KJS: Test results ignored for ES module kind
  • KT-63808 compileTestDevelopmentExecutableKotlinJs failed in JsIntrinsicTransformers
Native
  • KT-64139 Weird bug with while and coroutine in Kotlin Native
  • KT-63471 linkDebugTestIosX64 Failed to build cache: NoSuchFileException bitcode_deps
  • KT-63789 Native: Incremental compilation problem with compose
Tools. CLI
  • KT-64485 CLI: cache and optimize parsing of command-line arguments
Tools. Gradle
  • KT-63990 "Cannot query the value of property 'buildFlowServiceProperty' because it has no value available" with Isolated Projects
Tools. Gradle. Native
  • KT-63363 Kotlin Gradle Plugin: KotlinNativeHostSpecificMetadataArtifact breaks configuration cache, implicitly includes output file as configuration cache input
  • KT-63742 Gradle wrongly caches Kotlin/Native compiler flags
Tools. JPS
  • KT-64305 Kotlin JPS builder requests chunk rebuild with graph implementation
  • KT-64112 Avoid using IJ's JPS mappings in Kotlin JPS tests
  • KT-63799 Make plugin classpath serialization path agnostic
vanniktech/gradle-maven-publish-plugin (com.vanniktech.maven.publish)

v0.28.0

Compare Source

  • Added support for publishing through the new Central Portal. To use
    this use the CENTRAL_PORTAL option when specifying the Sonatype host.
  • For Kotlin Multiplatform the main plugin will now automatically publish the
    release variant if the project has an Android target and no variant was explicitly
    specified through the Kotlin Gradle DSL.
  • Support specifying the Android variants to publish in KotlinMultiplatform(...).
  • Updated minimum supported Gradle, Android Gradle Plugin and Kotlin versions.
  • Removed support for the deprecated Kotlin/JS plugin.
  • Removed the deprecated closeAndReleaseRepository task. Use releaseRepository, which
    is functionally equivalent, instead.
Minimum supported versions
  • JDK 11
  • Gradle 8.1
  • Android Gradle Plugin 8.0.0
  • Kotlin Gradle Plugin 1.9.20
Compatibility tested up to
  • JDK 21
  • Gradle 8.6
  • Gradle 8.7-rc-3
  • Android Gradle Plugin 8.3.0
  • Android Gradle Plugin 8.4.0-alpha13
  • Kotlin Gradle Plugin 1.9.23
  • Kotlin Gradle Plugin 2.0.0-Beta4
Configuration cache status

Configuration cache is generally supported, except for:

  • Publishing releases to Maven Central (snapshots are fine), blocked by Gradle issue #​22779.
  • Dokka does not support configuration cache

v0.27.0

Compare Source

  • Added new publishing related tasks
    • releaseRepository releases a staging repository at the end of the build
      and can be executed in the same build as the publishing task. This allows
      having automatic releases without permanently enabling them.
    • publishToMavenCentral as alias for running publishAllPublicationsToMavenCentralRepository.
    • publishAndReleaseToMavenCentral as alias for running both of the above.
    • For more information checkout the docs.
  • It is now possible to only pass a subset of the parameters to
    coordinates(...) and leave the others at their default value.
    Thanks to @​sschuberth for the contribution.
  • Fixed java-test-fixture projects being broken with Gradle 8.6.
  • Deprecated closeAndReleaseRepository in favor of releaseRepository.
Minimum supported versions
  • JDK 11
  • Gradle 7.6
  • Android Gradle Plugin 7.4.0
  • Kotlin Gradle Plugin 1.8.20
Compatibility tested up to
  • JDK 21
  • Gradle 8.5
  • Gradle 8.6-rc-1
  • Android Gradle Plugin 8.2.1
  • Android Gradle Plugin 8.3.0-beta01
  • Android Gradle Plugin 8.4.0-alpha03
  • Kotlin Gradle Plugin 1.9.22
  • Kotlin Gradle Plugin 2.0.0-Beta2
Configuration cache status

When using Gradle 8.1 or newer configuration cache is generally supported.

Exceptions to that are:

  • Publishing releases to Maven Central (snapshots are fine), blocked by Gradle issue #​22779.
  • Dokka does not support configuration cache

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot changed the title Update plugin org.jetbrains.kotlin.android to v1.9.22 Update all dependencies Jan 3, 2024
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from 0c892b9 to 909201a Compare January 6, 2024 19:51
@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from 7dcae85 to 8794618 Compare January 26, 2024 23:14
@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from cb6d274 to 18c0850 Compare February 7, 2024 22:47
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from 2c08c52 to 9e801a2 Compare February 21, 2024 21:59
@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from 595e3d0 to 3f5aa5b Compare March 7, 2024 08:42
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from bcf5f18 to 84064ad Compare March 18, 2024 20:28
@shubhamsinghmutualmobile shubhamsinghmutualmobile merged commit 74b2a79 into main Mar 25, 2024
2 checks passed
@shubhamsinghmutualmobile shubhamsinghmutualmobile deleted the renovate/all branch March 25, 2024 07:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant